﻿2026-07-29T08:43:54.2194848Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-29T08:43:54.2195377Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-29T08:43:54.2195714Z [36;1m$PIN = "0c95435"[0m
2026-07-29T08:43:54.2196149Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-29T08:43:54.2196548Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-29T08:43:54.2196976Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-29T08:43:54.2197388Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-29T08:43:54.2197705Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-29T08:43:54.2198011Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-29T08:43:54.2198276Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-29T08:43:54.2198570Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-29T08:43:54.2198893Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-29T08:43:54.2199176Z [36;1m}[0m
2026-07-29T08:43:54.2199367Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-29T08:43:54.2199627Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-29T08:43:54.2204916Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-29T08:43:54.2205216Z env:
2026-07-29T08:43:54.2205551Z   SPT_CI_TEST_TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30436637478-1-bb81867711874ba095f2dff135b818f6
2026-07-29T08:43:54.2206023Z   TEMP: C:\actions-runner\_work\_temp\spt-test-tmp-30436637478-1-bb81867711874ba095f2dff135b818f6
2026-07-29T08:43:54.2206499Z   TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30436637478-1-bb81867711874ba095f2dff135b818f6
2026-07-29T08:43:54.2206814Z ##[endgroup]
2026-07-29T08:44:00.6849337Z    Compiling proc-macro2 v1.0.106
2026-07-29T08:44:00.6849778Z    Compiling unicode-ident v1.0.24
2026-07-29T08:44:00.6850055Z    Compiling quote v1.0.45
2026-07-29T08:44:00.6850310Z    Compiling cfg-if v1.0.4
2026-07-29T08:44:00.6850647Z    Compiling serde_core v1.0.228
2026-07-29T08:44:00.6850926Z    Compiling serde v1.0.228
2026-07-29T08:44:00.6851215Z    Compiling windows-link v0.2.1
2026-07-29T08:44:00.6851530Z    Compiling portable-atomic v1.13.1
2026-07-29T08:44:00.6851809Z    Compiling typenum v1.20.1
2026-07-29T08:44:00.6852438Z    Compiling getrandom v0.3.4
2026-07-29T08:44:00.6852798Z    Compiling pin-project-lite v0.2.17
2026-07-29T08:44:00.6853248Z    Compiling version_check v0.9.5
2026-07-29T08:44:00.6853903Z    Compiling find-msvc-tools v0.1.9
2026-07-29T08:44:00.6854366Z    Compiling memchr v2.8.1
2026-07-29T08:44:00.6854761Z    Compiling shlex v2.0.1
2026-07-29T08:44:00.6855745Z    Compiling critical-section v1.2.0
2026-07-29T08:44:00.8467051Z    Compiling windows-sys v0.61.2
2026-07-29T08:44:00.8530168Z    Compiling subtle v2.6.1
2026-07-29T08:44:00.8858885Z    Compiling futures-core v0.3.32
2026-07-29T08:44:00.9136758Z    Compiling equivalent v1.0.2
2026-07-29T08:44:00.9423620Z    Compiling smallvec v1.15.1
2026-07-29T08:44:01.1949768Z    Compiling bytes v1.11.1
2026-07-29T08:44:01.2030164Z    Compiling itoa v1.0.18
2026-07-29T08:44:01.2098796Z    Compiling semver v1.0.28
2026-07-29T08:44:01.2099439Z    Compiling stable_deref_trait v1.2.1
2026-07-29T08:44:01.3600620Z    Compiling generic-array v0.14.7
2026-07-29T08:44:01.4160171Z    Compiling log v0.4.32
2026-07-29T08:44:01.5299156Z    Compiling futures-sink v0.3.32
2026-07-29T08:44:01.5689509Z    Compiling slab v0.4.12
2026-07-29T08:44:01.8668404Z    Compiling rustc_version v0.4.1
2026-07-29T08:44:01.8740649Z    Compiling futures-io v0.3.32
2026-07-29T08:44:01.9311897Z    Compiling rand_core v0.10.1
2026-07-29T08:44:01.9626066Z    Compiling futures-channel v0.3.32
2026-07-29T08:44:02.0973045Z    Compiling hashbrown v0.17.1
2026-07-29T08:44:02.2711200Z    Compiling futures-task v0.3.32
2026-07-29T08:44:02.2858418Z    Compiling rustversion v1.0.22
2026-07-29T08:44:02.2919285Z    Compiling getrandom v0.2.17
2026-07-29T08:44:02.2920544Z    Compiling getrandom v0.4.2
2026-07-29T08:44:02.3344216Z    Compiling cpufeatures v0.2.17
2026-07-29T08:44:02.3667572Z    Compiling fnv v1.0.7
2026-07-29T08:44:02.4838883Z    Compiling libc v0.2.186
2026-07-29T08:44:02.5614639Z    Compiling cfg_aliases v0.2.1
2026-07-29T08:44:02.6318220Z    Compiling jobserver v0.1.34
2026-07-29T08:44:02.6725727Z    Compiling strsim v0.11.1
2026-07-29T08:44:02.6779552Z    Compiling autocfg v1.5.1
2026-07-29T08:44:02.7325716Z    Compiling writeable v0.6.3
2026-07-29T08:44:02.7487327Z    Compiling litemap v0.8.2
2026-07-29T08:44:02.7697254Z    Compiling icu_normalizer_data v2.2.0
2026-07-29T08:44:02.7784083Z    Compiling utf8_iter v1.0.4
2026-07-29T08:44:02.7970738Z    Compiling fs_extra v1.3.0
2026-07-29T08:44:02.8775879Z    Compiling cc v1.2.63
2026-07-29T08:44:03.1402834Z    Compiling ident_case v1.0.1
2026-07-29T08:44:03.1837331Z    Compiling icu_properties_data v2.2.0
2026-07-29T08:44:03.2352598Z    Compiling crypto-common v0.1.7
2026-07-29T08:44:03.2835935Z    Compiling indexmap v2.14.0
2026-07-29T08:44:03.2889254Z    Compiling dunce v1.0.5
2026-07-29T08:44:03.3972674Z    Compiling percent-encoding v2.3.2
2026-07-29T08:44:03.4537932Z    Compiling http v1.4.1
2026-07-29T08:44:03.4577859Z    Compiling unicode-segmentation v1.13.3
2026-07-29T08:44:03.4749496Z    Compiling thiserror v2.0.18
2026-07-29T08:44:03.5973783Z    Compiling syn v2.0.117
2026-07-29T08:44:03.7469253Z    Compiling aws-lc-rs v1.17.0
2026-07-29T08:44:03.8612391Z    Compiling cmake v0.1.58
2026-07-29T08:44:04.0313819Z    Compiling cpufeatures v0.3.0
2026-07-29T08:44:04.0866370Z    Compiling scopeguard v1.2.0
2026-07-29T08:44:04.2344458Z    Compiling lock_api v0.4.14
2026-07-29T08:44:04.2563874Z    Compiling chacha20 v0.10.0
2026-07-29T08:44:04.3022940Z    Compiling form_urlencoded v1.2.2
2026-07-29T08:44:04.3109126Z    Compiling block-buffer v0.10.4
2026-07-29T08:44:04.4304432Z    Compiling bitflags v2.12.1
2026-07-29T08:44:04.4448514Z    Compiling winapi v0.3.9
2026-07-29T08:44:04.5175174Z    Compiling untrusted v0.9.0
2026-07-29T08:44:04.6797344Z    Compiling digest v0.10.7
2026-07-29T08:44:04.6813378Z    Compiling num-traits v0.2.19
2026-07-29T08:44:04.7008704Z    Compiling windows-strings v0.5.1
2026-07-29T08:44:04.7081937Z    Compiling windows-result v0.4.1
2026-07-29T08:44:04.7929877Z    Compiling rand v0.10.1
2026-07-29T08:44:04.7942929Z    Compiling aws-lc-sys v0.41.0
2026-07-29T08:44:04.8399055Z    Compiling ring v0.17.14
2026-07-29T08:44:04.8568319Z    Compiling rustls v0.23.40
2026-07-29T08:44:04.9076687Z    Compiling heck v0.5.0
2026-07-29T08:44:04.9508612Z    Compiling convert_case v0.10.0
2026-07-29T08:44:04.9726336Z    Compiling const-oid v0.10.2
2026-07-29T08:44:05.2117468Z    Compiling anyhow v1.0.102
2026-07-29T08:44:05.3755842Z    Compiling atomic-waker v1.1.2
2026-07-29T08:44:05.4040499Z    Compiling unicode-xid v0.2.6
2026-07-29T08:44:05.4278379Z    Compiling zerocopy v0.8.50
2026-07-29T08:44:05.7014877Z    Compiling parking_lot_core v0.9.12
2026-07-29T08:44:05.7435689Z    Compiling httparse v1.10.1
2026-07-29T08:44:05.8364266Z    Compiling http-body v1.0.1
2026-07-29T08:44:05.8929301Z    Compiling curve25519-dalek v4.1.3
2026-07-29T08:44:05.9800367Z    Compiling hybrid-array v0.4.12
2026-07-29T08:44:06.0620125Z    Compiling ahash v0.8.12
2026-07-29T08:44:06.1573523Z    Compiling base64ct v1.8.3
2026-07-29T08:44:06.3114957Z    Compiling powerfmt v0.2.0
2026-07-29T08:44:07.2350142Z    Compiling either v1.16.0
2026-07-29T08:44:07.3719028Z    Compiling fastrand v2.4.1
2026-07-29T08:44:07.4786609Z    Compiling synstructure v0.13.2
2026-07-29T08:44:07.5021149Z    Compiling darling_core v0.20.11
2026-07-29T08:44:07.6991691Z    Compiling pem-rfc7468 v1.0.0
2026-07-29T08:44:07.8591476Z    Compiling deranged v0.5.8
2026-07-29T08:44:08.1190718Z    Compiling uuid v1.23.2
2026-07-29T08:44:08.3245457Z    Compiling socket2 v0.6.4
2026-07-29T08:44:08.3445700Z    Compiling mio v1.2.1
2026-07-29T08:44:08.4118600Z    Compiling rand_core v0.6.4
2026-07-29T08:44:08.4579192Z    Compiling time-core v0.1.8
2026-07-29T08:44:08.5292314Z    Compiling num-conv v0.2.2
2026-07-29T08:44:08.5292772Z    Compiling zmij v1.0.21
2026-07-29T08:44:08.6560281Z    Compiling pkg-config v0.3.33
2026-07-29T08:44:08.7751566Z    Compiling base64 v0.22.1
2026-07-29T08:44:08.8224691Z    Compiling try-lock v0.2.5
2026-07-29T08:44:08.8225169Z    Compiling data-encoding v2.11.0
2026-07-29T08:44:08.9635701Z    Compiling tinyvec_macros v0.1.1
2026-07-29T08:44:08.9939427Z    Compiling vcpkg v0.2.15
2026-07-29T08:44:09.0529735Z    Compiling tower-service v0.3.3
2026-07-29T08:44:09.0675912Z    Compiling tinyvec v1.11.0
2026-07-29T08:44:09.2826163Z    Compiling want v0.3.1
2026-07-29T08:44:09.3182853Z    Compiling parking_lot v0.12.5
2026-07-29T08:44:09.4300093Z    Compiling crypto-common v0.2.2
2026-07-29T08:44:09.4630136Z    Compiling block-buffer v0.12.0
2026-07-29T08:44:09.5674092Z    Compiling sha2 v0.10.9
2026-07-29T08:44:09.5796335Z    Compiling vergen-lib v9.1.0
2026-07-29T08:44:09.5796813Z    Compiling inout v0.1.4
2026-07-29T08:44:09.6725205Z    Compiling n0-future v0.3.2
2026-07-29T08:44:09.7509459Z    Compiling signature v2.2.0
2026-07-29T08:44:09.8552358Z    Compiling httpdate v1.0.3
2026-07-29T08:44:09.9724954Z    Compiling parking v2.2.1
2026-07-29T08:44:09.9887473Z    Compiling serde_json v1.0.150
2026-07-29T08:44:10.0346849Z    Compiling diatomic-waker v0.2.3
2026-07-29T08:44:10.1392661Z    Compiling libsqlite3-sys v0.30.1
2026-07-29T08:44:10.2313908Z    Compiling spin v0.10.0
2026-07-29T08:44:10.2314842Z    Compiling cordyceps v0.3.4
2026-07-29T08:44:10.2361548Z    Compiling winnow v1.0.3
2026-07-29T08:44:10.2368687Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-29T08:44:10.3314932Z    Compiling crossbeam-utils v0.8.21
2026-07-29T08:44:10.3687219Z    Compiling digest v0.11.3
2026-07-29T08:44:10.4664523Z    Compiling futures-lite v2.6.1
2026-07-29T08:44:10.5219661Z    Compiling ed25519 v2.2.3
2026-07-29T08:44:10.5963791Z    Compiling serde_derive v1.0.228
2026-07-29T08:44:10.6796311Z    Compiling zeroize_derive v1.4.3
2026-07-29T08:44:10.7381774Z    Compiling zerofrom-derive v0.1.7
2026-07-29T08:44:10.7386163Z    Compiling tokio-macros v2.7.0
2026-07-29T08:44:10.7691269Z    Compiling yoke-derive v0.8.2
2026-07-29T08:44:10.7691798Z    Compiling futures-macro v0.3.32
2026-07-29T08:44:10.9149910Z    Compiling zerovec-derive v0.11.3
2026-07-29T08:44:10.9541628Z    Compiling displaydoc v0.2.6
2026-07-29T08:44:11.0002694Z    Compiling tracing-attributes v0.1.31
2026-07-29T08:44:11.2239268Z    Compiling thiserror-impl v2.0.18
2026-07-29T08:44:11.5422452Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-29T08:44:11.5596522Z    Compiling zeroize v1.8.2
2026-07-29T08:44:11.6835609Z    Compiling tokio v1.52.3
2026-07-29T08:44:11.8373341Z    Compiling futures-util v0.3.32
2026-07-29T08:44:11.9565147Z    Compiling derive_more-impl v2.1.1
2026-07-29T08:44:12.0333389Z    Compiling rustls-pki-types v1.14.1
2026-07-29T08:44:12.0858973Z    Compiling darling_macro v0.20.11
2026-07-29T08:44:12.1610370Z    Compiling n0-error-macros v0.1.3
2026-07-29T08:44:12.3628003Z    Compiling spez v0.1.2
2026-07-29T08:44:12.5292832Z    Compiling windows-implement v0.60.2
2026-07-29T08:44:12.5475484Z    Compiling windows-interface v0.59.3
2026-07-29T08:44:12.6209038Z    Compiling zerofrom v0.1.8
2026-07-29T08:44:12.7192542Z    Compiling darling v0.20.11
2026-07-29T08:44:13.0187906Z    Compiling derive_builder_core v0.20.2
2026-07-29T08:44:13.0523271Z    Compiling der v0.8.0-rc.10
2026-07-29T08:44:13.1494522Z    Compiling yoke v0.8.3
2026-07-29T08:44:13.2291656Z    Compiling pin-project-internal v1.1.13
2026-07-29T08:44:13.2683167Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-29T08:44:13.7095332Z    Compiling zerovec v0.11.6
2026-07-29T08:44:13.7429878Z    Compiling zerotrie v0.2.4
2026-07-29T08:44:13.8262353Z    Compiling n0-error v0.1.3
2026-07-29T08:44:14.1452713Z    Compiling windows-core v0.62.2
2026-07-29T08:44:14.4988392Z    Compiling futures-buffered v0.2.13
2026-07-29T08:44:14.5198213Z    Compiling cipher v0.4.4
2026-07-29T08:44:14.6575803Z    Compiling tinystr v0.8.3
2026-07-29T08:44:14.7270285Z    Compiling potential_utf v0.1.5
2026-07-29T08:44:14.7319602Z    Compiling derive_builder_macro v0.20.2
2026-07-29T08:44:14.9430305Z    Compiling icu_collections v2.2.0
2026-07-29T08:44:15.0200891Z    Compiling icu_locale_core v2.2.0
2026-07-29T08:44:15.0999714Z    Compiling spki v0.8.0-rc.4
2026-07-29T08:44:15.2946222Z    Compiling pin-project v1.1.13
2026-07-29T08:44:15.3918656Z    Compiling derive_builder v0.20.2
2026-07-29T08:44:15.4402792Z    Compiling vergen-lib v0.1.6
2026-07-29T08:44:15.4916785Z    Compiling vergen v9.1.0
2026-07-29T08:44:15.5282517Z    Compiling universal-hash v0.5.1
2026-07-29T08:44:15.6604503Z    Compiling noq-udp v0.10.0
2026-07-29T08:44:15.6642930Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-29T08:44:15.6827857Z    Compiling heapless v0.7.17
2026-07-29T08:44:15.7007915Z    Compiling sync_wrapper v1.0.2
2026-07-29T08:44:15.8338868Z    Compiling opaque-debug v0.3.1
2026-07-29T08:44:15.8737605Z    Compiling allocator-api2 v0.2.21
2026-07-29T08:44:15.9062917Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-29T08:44:15.9328048Z    Compiling byteorder v1.5.0
2026-07-29T08:44:16.0479734Z    Compiling polyval v0.6.2
2026-07-29T08:44:16.2047866Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-29T08:44:16.2252125Z    Compiling hash32 v0.2.1
2026-07-29T08:44:16.3683601Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-29T08:44:16.4335109Z    Compiling ed25519-dalek v2.2.0
2026-07-29T08:44:16.9043534Z    Compiling icu_provider v2.2.0
2026-07-29T08:44:16.9370210Z    Compiling ipnet v2.12.0
2026-07-29T08:44:16.9370605Z    Compiling vergen-gitcl v1.0.8
2026-07-29T08:44:17.0612093Z    Compiling spin v0.9.8
2026-07-29T08:44:17.1556449Z    Compiling windows-threading v0.2.1
2026-07-29T08:44:17.3805013Z    Compiling futures-executor v0.3.32
2026-07-29T08:44:17.4095908Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-29T08:44:17.4727849Z    Compiling icu_normalizer v2.2.0
2026-07-29T08:44:17.4728343Z    Compiling icu_properties v2.2.0
2026-07-29T08:44:17.6044078Z    Compiling once_cell v1.21.4
2026-07-29T08:44:17.6044420Z    Compiling prefix-trie v0.8.4
2026-07-29T08:44:17.6047312Z    Compiling ryu v1.0.23
2026-07-29T08:44:17.6253833Z    Compiling fallible-iterator v0.3.0
2026-07-29T08:44:17.7498125Z    Compiling derive_more v2.1.1
2026-07-29T08:44:17.7498497Z    Compiling signature v3.0.0
2026-07-29T08:44:17.8229135Z    Compiling tower-layer v0.3.3
2026-07-29T08:44:17.9728190Z    Compiling tracing-core v0.1.36
2026-07-29T08:44:18.0278982Z    Compiling ed25519 v3.0.0-rc.4
2026-07-29T08:44:18.0723225Z    Compiling futures v0.3.32
2026-07-29T08:44:18.0723637Z    Compiling windows-future v0.3.2
2026-07-29T08:44:18.1898605Z    Compiling proc-macro-crate v3.5.0
2026-07-29T08:44:18.2465806Z    Compiling hashbrown v0.14.5
2026-07-29T08:44:18.2713360Z    Compiling spt-proto v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-proto)
2026-07-29T08:44:18.4252169Z    Compiling windows-targets v0.52.6
2026-07-29T08:44:18.4252586Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-29T08:44:18.5204913Z    Compiling tracing v0.1.44
2026-07-29T08:44:18.5205651Z    Compiling ghash v0.5.1
2026-07-29T08:44:18.6732693Z    Compiling windows-collections v0.3.2
2026-07-29T08:44:18.7589817Z    Compiling windows-numerics v0.3.1
2026-07-29T08:44:18.8661292Z    Compiling aes v0.8.4
2026-07-29T08:44:19.1078553Z    Compiling idna_adapter v1.2.2
2026-07-29T08:44:19.1488532Z    Compiling ctr v0.9.2
2026-07-29T08:44:19.1488884Z    Compiling cobs v0.3.0
2026-07-29T08:44:19.1670463Z    Compiling hashlink v0.9.1
2026-07-29T08:44:19.1785682Z    Compiling sha2 v0.11.0-rc.5
2026-07-29T08:44:19.2330925Z    Compiling postcard-derive v0.2.2
2026-07-29T08:44:19.2331311Z    Compiling fs2 v0.4.3
2026-07-29T08:44:19.4346150Z    Compiling idna v1.1.0
2026-07-29T08:44:19.4346503Z    Compiling time v0.3.47
2026-07-29T08:44:19.4718713Z    Compiling http-body-util v0.1.3
2026-07-29T08:44:19.5274441Z    Compiling aead v0.5.2
2026-07-29T08:44:19.5719325Z    Compiling ipconfig v0.3.4
2026-07-29T08:44:19.6411940Z    Compiling tokio-util v0.7.18
2026-07-29T08:44:19.6849709Z    Compiling rusqlite v0.32.1
2026-07-29T08:44:19.7184652Z    Compiling arrayvec v0.7.6
2026-07-29T08:44:19.7446611Z    Compiling utf8parse v0.2.2
2026-07-29T08:44:19.9140424Z    Compiling url v2.5.8
2026-07-29T08:44:19.9653473Z    Compiling widestring v1.2.1
2026-07-29T08:44:20.0646464Z    Compiling aes-gcm v0.10.3
2026-07-29T08:44:20.1417931Z    Compiling tower v0.5.3
2026-07-29T08:44:20.1418290Z    Compiling windows v0.62.2
2026-07-29T08:44:20.1460323Z    Compiling data-encoding-macro v0.1.20
2026-07-29T08:44:20.2295566Z    Compiling postcard v1.1.3
2026-07-29T08:44:20.3445067Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-29T08:44:20.4620947Z    Compiling num_enum_derive v0.7.6
2026-07-29T08:44:20.8309248Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-29T08:44:20.8634600Z    Compiling windows-sys v0.59.0
2026-07-29T08:44:20.9102753Z    Compiling crossbeam-epoch v0.9.18
2026-07-29T08:44:20.9714552Z    Compiling crossbeam-channel v0.5.15
2026-07-29T08:44:20.9901256Z    Compiling chrono v0.4.45
2026-07-29T08:44:21.0674357Z    Compiling h2 v0.4.14
2026-07-29T08:44:21.5869905Z    Compiling spt-store v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-store)
2026-07-29T08:44:21.6338215Z    Compiling async-trait v0.1.89
2026-07-29T08:44:21.6539661Z    Compiling iroh-metrics-derive v0.4.1
2026-07-29T08:44:21.9633620Z    Compiling strum_macros v0.28.0
2026-07-29T08:44:21.9890465Z    Compiling enum-assoc v1.3.0
2026-07-29T08:44:22.1082985Z    Compiling windows-registry v0.6.1
2026-07-29T08:44:22.1628593Z    Compiling blake3 v1.8.5
2026-07-29T08:44:22.3258252Z    Compiling memoffset v0.6.5
2026-07-29T08:44:22.4913915Z    Compiling noq v0.18.0
2026-07-29T08:44:22.6412356Z    Compiling netwatch v0.16.0
2026-07-29T08:44:22.8364995Z    Compiling acto v0.8.2
2026-07-29T08:44:22.8596931Z    Compiling sorted-index-buffer v0.2.1
2026-07-29T08:44:22.8864497Z    Compiling lru-slab v0.1.2
2026-07-29T08:44:23.0860583Z    Compiling thiserror v1.0.69
2026-07-29T08:44:23.1408707Z    Compiling identity-hash v0.1.0
2026-07-29T08:44:23.1532093Z    Compiling xml-rs v0.8.28
2026-07-29T08:44:23.2928789Z    Compiling mac-addr v0.3.0
2026-07-29T08:44:23.3047965Z    Compiling ref-cast v1.0.25
2026-07-29T08:44:23.4033782Z    Compiling foldhash v0.2.0
2026-07-29T08:44:23.5177399Z    Compiling tagptr v0.2.0
2026-07-29T08:44:23.5178038Z    Compiling rustc-hash v2.1.2
2026-07-29T08:44:23.5179087Z    Compiling netdev v0.42.0
2026-07-29T08:44:23.6855965Z    Compiling hashbrown v0.16.1
2026-07-29T08:44:23.7602328Z    Compiling iroh-relay v0.98.0
2026-07-29T08:44:23.8200604Z    Compiling moka v0.12.15
2026-07-29T08:44:24.0723003Z    Compiling xmltree v0.10.3
2026-07-29T08:44:24.5447610Z    Compiling iroh-metrics v0.38.3
2026-07-29T08:44:24.5448037Z    Compiling num_enum v0.7.6
2026-07-29T08:44:24.5628530Z    Compiling n0-watcher v0.6.1
2026-07-29T08:44:24.6105285Z    Compiling tower-http v0.6.11
2026-07-29T08:44:24.7412355Z    Compiling strum v0.28.0
2026-07-29T08:44:24.8739797Z    Compiling spt-msg v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-msg)
2026-07-29T08:44:24.9315661Z    Compiling tokio-stream v0.1.18
2026-07-29T08:44:24.9652030Z    Compiling iroh-base v0.98.0
2026-07-29T08:44:25.0937553Z    Compiling attohttpc v0.30.1
2026-07-29T08:44:25.1148093Z    Compiling serde_spanned v0.6.9
2026-07-29T08:44:25.3046603Z    Compiling toml_datetime v0.6.11
2026-07-29T08:44:25.3757451Z    Compiling thiserror-impl v1.0.69
2026-07-29T08:44:25.3914624Z    Compiling ref-cast-impl v1.0.25
2026-07-29T08:44:25.7575472Z    Compiling serde_derive_internals v0.29.1
2026-07-29T08:44:25.8062757Z    Compiling simple-dns v0.9.3
2026-07-29T08:44:25.9455927Z    Compiling hyper v1.10.1
2026-07-29T08:44:26.0273319Z    Compiling serial-core v0.4.0
2026-07-29T08:44:26.1769002Z    Compiling aho-corasick v1.1.4
2026-07-29T08:44:26.1769385Z    Compiling smol_str v0.1.24
2026-07-29T08:44:26.2879275Z    Compiling regex-syntax v0.8.10
2026-07-29T08:44:26.3570557Z    Compiling constant_time_eq v0.4.2
2026-07-29T08:44:26.3570998Z    Compiling toml_write v0.1.2
2026-07-29T08:44:26.3767885Z    Compiling sha1_smol v1.0.1
2026-07-29T08:44:26.4734017Z    Compiling simdutf8 v0.1.5
2026-07-29T08:44:26.7893352Z    Compiling winreg v0.10.1
2026-07-29T08:44:26.8600438Z    Compiling arrayref v0.3.9
2026-07-29T08:44:27.1105064Z    Compiling resolv-conf v0.7.6
2026-07-29T08:44:27.1726603Z    Compiling winnow v0.7.15
2026-07-29T08:44:27.4640893Z    Compiling schemars_derive v1.2.1
2026-07-29T08:44:27.5493012Z    Compiling serial-windows v0.4.0
2026-07-29T08:44:27.7563228Z    Compiling iroh-dns v0.98.0
2026-07-29T08:44:27.7853209Z    Compiling lru v0.16.4
2026-07-29T08:44:27.9952151Z    Compiling webpki-roots v1.0.7
2026-07-29T08:44:28.1739635Z    Compiling seize v0.5.1
2026-07-29T08:44:28.1740559Z    Compiling darling_core v0.23.0
2026-07-29T08:44:28.1825801Z    Compiling hmac v0.12.1
2026-07-29T08:44:28.2920933Z    Compiling hyper-util v0.1.20
2026-07-29T08:44:28.3450331Z    Compiling serde_bytes v0.11.19
2026-07-29T08:44:28.3903345Z    Compiling iroh v0.98.2
2026-07-29T08:44:28.4218738Z    Compiling anstyle v1.0.14
2026-07-29T08:44:28.6960739Z    Compiling dyn-clone v1.0.20
2026-07-29T08:44:28.7720473Z    Compiling lazy_static v1.5.0
2026-07-29T08:44:28.7806692Z    Compiling cmov v0.5.4
2026-07-29T08:44:28.8053669Z    Compiling pin-utils v0.1.0
2026-07-29T08:44:28.8938711Z    Compiling regex-automata v0.4.14
2026-07-29T08:44:28.9126825Z    Compiling bitflags v1.3.2
2026-07-29T08:44:28.9526402Z    Compiling once_cell_polyfill v1.70.2
2026-07-29T08:44:29.0830789Z    Compiling nix v0.25.1
2026-07-29T08:44:29.1709799Z    Compiling anstyle-wincon v3.0.11
2026-07-29T08:44:29.1940105Z    Compiling ctutils v0.4.2
2026-07-29T08:44:29.2255030Z    Compiling shared_library v0.1.9
2026-07-29T08:44:29.2255429Z    Compiling papaya v0.2.4
2026-07-29T08:44:29.4685960Z    Compiling toml_edit v0.22.27
2026-07-29T08:44:29.6344182Z    Compiling hkdf v0.12.4
2026-07-29T08:44:29.6895319Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-29T08:44:29.7970282Z    Compiling serial v0.4.0
2026-07-29T08:44:29.9493912Z    Compiling filedescriptor v0.8.3
2026-07-29T08:44:29.9930731Z    Compiling anstyle-parse v1.0.0
2026-07-29T08:44:30.0131779Z    Compiling backon v1.6.0
2026-07-29T08:44:30.1807136Z    Compiling igd-next v0.17.1
2026-07-29T08:44:30.1990447Z    Compiling schemars v1.2.1
2026-07-29T08:44:30.2994002Z    Compiling anstyle-query v1.1.5
2026-07-29T08:44:30.3657219Z    Compiling vte_generate_state_changes v0.1.2
2026-07-29T08:44:30.3958140Z    Compiling paste v1.0.15
2026-07-29T08:44:30.5893886Z    Compiling unicode-width v0.2.0
2026-07-29T08:44:30.6082996Z    Compiling colorchoice v1.0.5
2026-07-29T08:44:30.6083461Z    Compiling is_terminal_polyfill v1.70.2
2026-07-29T08:44:30.7482655Z    Compiling downcast-rs v1.2.1
2026-07-29T08:44:30.7979551Z    Compiling instability v0.3.12
2026-07-29T08:44:30.8775859Z    Compiling foldhash v0.1.5
2026-07-29T08:44:30.9139429Z    Compiling shell-words v1.1.1
2026-07-29T08:44:31.0958499Z    Compiling portable-pty v0.8.1
2026-07-29T08:44:31.1978154Z    Compiling hashbrown v0.15.5
2026-07-29T08:44:31.2240615Z    Compiling vte v0.13.1
2026-07-29T08:44:31.2241524Z    Compiling anstream v1.0.0
2026-07-29T08:44:31.4499937Z    Compiling spake2 v0.4.0
2026-07-29T08:44:31.6339121Z    Compiling strum_macros v0.26.4
2026-07-29T08:44:31.6643274Z    Compiling crossterm_winapi v0.9.1
2026-07-29T08:44:31.9637208Z    Compiling wmi v0.18.4
2026-07-29T08:44:32.1186157Z    Compiling regex v1.12.3
2026-07-29T08:44:32.1186519Z    Compiling terminal_size v0.4.4
2026-07-29T08:44:32.3035868Z    Compiling toml v0.8.23
2026-07-29T08:44:32.3036163Z    Compiling itertools v0.13.0
2026-07-29T08:44:32.3388293Z    Compiling sha1 v0.10.6
2026-07-29T08:44:32.6561195Z    Compiling castaway v0.2.4
2026-07-29T08:44:32.9020179Z    Compiling unicode-width v0.1.14
2026-07-29T08:44:32.9334677Z    Compiling spt-runtime v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-runtime)
2026-07-29T08:44:32.9439267Z    Compiling clap_lex v1.1.0
2026-07-29T08:44:33.3109520Z    Compiling darling_macro v0.23.0
2026-07-29T08:44:33.3828707Z    Compiling static_assertions v1.1.0
2026-07-29T08:44:33.4660342Z    Compiling recvmsg v1.0.0
2026-07-29T08:44:33.5496770Z    Compiling doctest-file v1.1.1
2026-07-29T08:44:33.6310442Z    Compiling indoc v2.0.7
2026-07-29T08:44:33.8390499Z    Compiling darling v0.23.0
2026-07-29T08:44:34.1337714Z    Compiling portmapper v0.16.0
2026-07-29T08:44:34.1664364Z    Compiling compact_str v0.8.2
2026-07-29T08:44:34.1910267Z    Compiling interprocess v2.4.2
2026-07-29T08:44:34.2647158Z    Compiling strum v0.26.3
2026-07-29T08:44:34.4919788Z    Compiling unicode-truncate v1.1.0
2026-07-29T08:44:34.5588254Z    Compiling clap_builder v4.6.0
2026-07-29T08:44:34.5590319Z    Compiling spt-term v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-term)
2026-07-29T08:44:34.6937126Z    Compiling crossterm v0.28.1
2026-07-29T08:44:35.2302738Z    Compiling lru v0.12.5
2026-07-29T08:44:35.4491522Z    Compiling clap_derive v4.6.1
2026-07-29T08:44:35.9650855Z    Compiling spt-live v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-live)
2026-07-29T08:44:36.0316217Z    Compiling cassowary v0.3.0
2026-07-29T08:44:36.3987583Z    Compiling error-code v3.3.2
2026-07-29T08:44:36.6109370Z    Compiling ratatui v0.29.0
2026-07-29T08:44:36.6109742Z    Compiling nucleo-matcher v0.3.1
2026-07-29T08:44:36.7596860Z    Compiling clipboard-win v5.4.1
2026-07-29T08:44:36.9359424Z    Compiling qrcode v0.14.1
2026-07-29T08:44:36.9610168Z    Compiling tempfile v3.27.0
2026-07-29T08:44:39.2129438Z    Compiling clap v4.6.1
2026-07-29T08:44:52.8074000Z    Compiling rustls-webpki v0.103.13
2026-07-29T08:44:56.1269188Z    Compiling tokio-rustls v0.26.4
2026-07-29T08:44:56.1269541Z    Compiling rustls-platform-verifier v0.7.0
2026-07-29T08:44:56.1269812Z    Compiling noq-proto v0.17.0
2026-07-29T08:44:56.3251642Z    Compiling hyper-rustls v0.27.9
2026-07-29T08:44:56.3252038Z    Compiling hickory-net v0.26.0-beta.4
2026-07-29T08:44:56.3255259Z    Compiling tokio-websockets v0.13.2
2026-07-29T08:44:56.5562395Z    Compiling reqwest v0.13.4
2026-07-29T08:44:57.7009144Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-29T08:45:20.4331959Z    Compiling spt-net v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-net)
2026-07-29T08:45:22.1523734Z    Compiling spt-daemon v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-daemon)
2026-07-29T08:45:36.0392299Z    Compiling spt v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt)
2026-07-29T08:45:45.3960581Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 50s
2026-07-29T08:45:45.4191480Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-a887596f47a2d10d.exe)
2026-07-29T08:45:45.5011600Z 
2026-07-29T08:45:45.5011853Z running 1 test
2026-07-29T08:45:53.9274189Z test new_brain_serves_against_old_broker ... ok
2026-07-29T08:45:53.9274489Z 
2026-07-29T08:45:53.9274770Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.43s
2026-07-29T08:45:53.9275129Z 
